home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
avril20
/
av.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-05
|
310b
|
17 lines
/* Simple demo of AVRIL */
/* Written by Bernie Rodhl, April 1994 */
#include "avril.h"
#include <stdlib.h> /* for getenv() */
#include "avrildrv.h"
void main(int argc, char *argv[])
{
vrl_SystemStartup();
vrl_ReadCFGfile(NULL);
vrl_SystemCommandLine(argc, argv);
vrl_SystemRun();
}